projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d2b209
)
(math-oper-table): Raise the precedence of "/" in TeX mode.
author
Jay Belanger
<jay.p.belanger@gmail.com>
Tue, 27 Sep 2005 14:49:54 +0000
(14:49 +0000)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Tue, 27 Sep 2005 14:49:54 +0000
(14:49 +0000)
lisp/calc/calc-lang.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-lang.el
b/lisp/calc/calc-lang.el
index e0099ee4e076e520ff628b4f2f75b77210599132..7653673c082269f94b6a1c86b522ae0d6d357196 100644
(file)
--- a/
lisp/calc/calc-lang.el
+++ b/
lisp/calc/calc-lang.el
@@
-354,10
+354,10
@@
( "\\times" * 191 190 )
( "*" * 191 190 )
( "2x" * 191 190 )
+ ( "/" / 185 186 )
( "+" + 180 181 )
( "-" - 180 181 )
( "\\over" / 170 171 )
- ( "/" / 170 171 )
( "\\choose" calcFunc-choose 170 171 )
( "\\mod" % 170 171 )
( "<" calcFunc-lt 160 161 )